home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / WIN Tools & Treiber / DPRINT.exe / DirPrint.inf < prev    next >
INI File  |  1998-03-10  |  1KB  |  53 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DefaultInstall]
  6. CopyFiles = DirPrint.Copy.Exe, DirPrint.Copy.Inf, Comdlg32.Copy
  7. AddReg    = DirPrint.Reg, Comdlg32.Reg
  8.  
  9. [DefaultUninstall]
  10. DelFiles  = DirPrint.Copy.Exe, DirPrint.Copy.Inf
  11. DelReg    = DirPrint.Reg
  12.  
  13. [DirPrint.Copy.Exe]
  14. DirPrint.exe
  15.  
  16. [DirPrint.Copy.Inf]
  17. DirPrint.inf
  18.  
  19. [Comdlg32.Copy]
  20. comdlg32.ocx
  21.  
  22. [DirPrint.Reg]
  23. HKLM,%UKEY%,,,
  24. HKLM,%UKEY%,"DisplayName",,"%UninstallName%"
  25. HKLM,%UKEY%,"UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 dirprint.inf"
  26. HKCR,%DiKEY%,"",,"&Print Directory list"
  27. HKCR,%DiKEY%\command,"",,"%25%\DirPrint.exe %1"
  28. HKCR,%DrKEY%,"",,"&Print Directory list"
  29. HKCR,%DrKEY%\command,"",,"%25%\DirPrint.exe %1"
  30.  
  31. [Comdlg32.Reg]
  32. HKLM,%RKEY%,"ComDlg32",,"%11%\Regsvr32.exe /s %11%\comdlg32.ocx"
  33.  
  34. [DestinationDirs]
  35. DirPrint.Copy.Exe = 25         ; Windows
  36. DirPrint.Copy.Inf = 17         ; Windows\Inf
  37. Comdlg32          = 11         ; Windows\System
  38.  
  39. [SourceDisksNames]
  40. 57="DirPrint","",1
  41.  
  42. [SourceDisksFiles]
  43. DirPrint.exe=57
  44. DirPrint.inf=57
  45. comdlg32.ocx=57
  46.  
  47. [Strings]
  48. DiKEY="Directory\shell\print"
  49. DrKEY="Drive\shell\print"
  50. UKEY="Software\Microsoft\Windows\CurrentVersion\Uninstall\DirPrint"
  51. RKEY="Software\Microsoft\Windows\CurrentVersion\RunOnce"
  52. UninstallName="DirPrint 2.0"
  53.